home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / dtype / cdt.lha / cdt / doc / c.datatype.rev < prev    next >
Text File  |  1995-09-02  |  3KB  |  90 lines

  1. Revision History for c.datatype :
  2.  
  3. c.datatype 39.14 (2.9.95) :
  4.  
  5. - tabs in C++ comments now correct
  6. - Hex-Constants now also recognized, if 0Xxxx is used
  7. - new CPART HEADER, to display include filenames in one style
  8. - check TABLENGTH against zero and if it's TRUE set to 1 (no more
  9.   devision by zero)
  10. - new method to differentiate between c and c++ (now I use the
  11.   datatypeheader->dth_ID field, which should contain 'c++-' for
  12.   C++ and 'c-so' for normal c).
  13. - reading of prefs-file is now faster and uses less memory
  14. - if last line of the file wasn't LF terminated, this line wasn't
  15.   displayed. This is fixed.
  16.  
  17. c.datatype 39.13 (7.8.95) :
  18.  
  19. - added USERKEYWORDS template, so you can add some keyword defines
  20. - fixed bug in alloca replacement (caused crash in amigaguide)
  21.  
  22. c.datatype 39.12 (25.7.95) :
  23.  
  24. - added background color support
  25. - fixed a bug from NDK (classbase.c LibExpunge Semaphore)
  26. - some code rework in dispatch.c (NotifySuperAttrs)
  27.  
  28. c.datatype 39.11 (9.7.95) :
  29.  
  30. - tab handling improved
  31. - c/c++ keywords separated, thus c++ keywords are only highlighted in c++
  32. - some parse errors fixed
  33. - layout method handles now Ctrl-C (but datatypes.library does not :( )
  34. - lex() function is now inlined through the SAS-C OPTINLOCAL option
  35. - some redundant code removed (from Examples of Developer-Kit 3.1)
  36. - DTM_OBTAIN,DTM_RELEASE method added to show how to do more black box
  37.  
  38. c.datatype 39.10 (4.6.95) :
  39.  
  40. - tabs and space handled now correctly for printing
  41.  
  42. c.datatype 39.9 (10.5.95) :
  43.  
  44. - added userdefined types support
  45. - fixed some (bugs?) with the pen allocation
  46.  
  47. c.datatype 39.8 (28.4.95) :
  48.  
  49. - fixed bug,if comments are marked as TEXT a // comment wasn't wrapped.
  50.   Reported from Swen Stullich.
  51. - a backslash to continue a line was only handled for defines
  52.   now it's handled for strings and within strings.
  53.   Reported from Jens Toivo Berger Thielemann and Klaus A Seistrup.
  54. - added a test.c file
  55.  
  56. c.datatype 39.7 (14.4.95) :
  57.  
  58. - added NONESTEDCOMMENTS in GLOBAL template
  59. - added INLINEARGS template and code
  60. - DTA_HorizUnit is now set to TextFont->tf_XSize
  61.  
  62. c.datatype 39.6 (9.4.95) :
  63.  
  64. - a problem with comments and tabs fixed, which may caused a crash
  65. - else keyword wasn't sorted correctly in the keyword array. This is fixed
  66.  
  67. c.datatype 39.5 (1.4.95) :
  68.  
  69. - added GLOBAL prefs template with TABLENGTH to specify the number of spaces for a tab
  70. - added NUMBER CPART for any number constant hex or decimal
  71.  
  72. c.datatype 39.4 (24.3.95) :
  73.  
  74. - missing else keyword added
  75.  
  76. c.datatype 39.3 (23.3.95) :
  77.  
  78. - added TEXT option for CPART template
  79. - now full tabs handling
  80. - some parse errors fixed
  81.  
  82. c.datatype 39.2 (12.3.95) :
  83.  
  84. - added C++ keywords
  85.  
  86. c.datatype 39.1 (7.3.95) :
  87.  
  88. - initial
  89.  
  90.